var runtime.idlepMask
13 uses
runtime (current package)
proc.go#L3058: idlepMaskSnapshot := idlepMask
proc.go#L3315: if !idlepMask.read(enum.position()) {
proc.go#L5085: idlepMask.clear(id)
proc.go#L5219: if maskWords <= int32(cap(idlepMask)) {
proc.go#L5220: idlepMask = idlepMask[:maskWords]
proc.go#L5225: copy(nidlepMask, idlepMask)
proc.go#L5226: idlepMask = nidlepMask
proc.go#L5290: idlepMask = idlepMask[:maskWords]
proc.go#L6106: idlepMask.set(pp.id)
proc.go#L6133: idlepMask.clear(pp.id)
runtime2.go#L1164: idlepMask pMask
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |